Documentation > CMS Template API Library > Meta > Item[String]

Item[String]

Gets the string with the specified key.

Type

System.String

Value

The field value.

Parameters

NameDescriptionType
key The field name. System.String

Code Example

C#

Sample:
//reading example 

string value = asset.Meta["key"]; 

Connect with Crownpeak